Deprecated Persistence Broker Methods
The Persistence Broker has been completely deprecated. Modify any calls to the Persistence Broker to use direct adapter calls. The following methods have been removed:
Method | Description | Deprecation Release | Scheduled Removal Release | Replacement |
---|---|---|---|---|
stash | Stashes data in the shared cache. | 2021.2 | 2022.2 | None |
fetch | Fetches data from the shared cache. | 2021.2 | 2022.2 | None |
fetchAll | Fetches all grouped data objects from the shared cache. | 2021.2 | 2022.2 | None |
purge | Removes a particular object from the cache. | 2021.2 | 2022.2 | None |
purgeAll | Removes all keys from a group. | 2021.2 | 2022.2 | None |
create | Creates a new document in the permanent data store. | 2021.2 | 2022.2 | None |
createMany | Creates many new documents in the permanent data store. | 2021.2 | 2022.2 | None |
search | Searches for a new document in the permanent data store. | 2021.2 | 2022.2 | None |
distinct | Finds distinct keys in the permanent data store. | 2021.2 | 2022.2 | None |
exists | Finds whether a key exists in the permanent data store. | 2021.2 | 2022.2 | None |
count | Gets a count of items in the permanent data store. | 2021.2 | 2022.2 | None |
aggregate | Makes an aggregate query on the permanent data store. | 2021.2 | 2022.2 | None |
filterFields | Makes a filterFields query on the permanent data store. | 2021.2 | 2022.2 | None |
query | Makes a query on the permanent data store. | 2021.2 | 2022.2 | None |
searchById | Searches for a document in the permanent data store. | 2021.2 | 2022.2 | None |
save | Saves a document in the permanent data store. | 2021.2 | 2022.2 | None |
updateSearched | Updates documents based on search criteria. | 2021.2 | 2022.2 | None |
findAndModify | Locates and updates documents, then returns updated document. | 2021.2 | 2022.2 | None |
deleteById | Removes a unique document fromm the permanent data store. | 2021.2 | 2022.2 | None |
deleteSearched | Removes a set of documents from the permanent data store via filter. | 2021.2 | 2022.2 | None |